home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / PublicDomain / Anwendungen / db3.6-beta-src / db.announcement < prev    next >
Text File  |  1997-09-23  |  4KB  |  106 lines

  1. TITLE
  2.  
  3.     DB - The multipurpose database
  4.  
  5. VERSION
  6.  
  7.     3.5
  8.  
  9. AUTHORS
  10.  
  11.     David Ekholm
  12.     Mantalsvägen 33
  13.     s-175 43 Järfälla
  14.     Sweden
  15.     email: david-ek@dsv.su.se
  16.  
  17.  
  18.     Marcin Orlowski
  19.     ul. Radomska 38
  20.     71-002 Szczecin
  21.     Poland
  22.  
  23.     email: carlos@inet.com.pl
  24.  
  25. DESCRIPTION
  26.  
  27.     db is a small and fast database program that I wrote after having tested
  28.     numerous other PD database programs and always found something lacking or
  29.     irritating me. They might have dozzens of features not found in db, but
  30.     they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
  31.  
  32.     My main need was to keep record on addresses and telephone numbers of friends
  33.     and companies. Before v2.0 db was fixed to be just an address and telephone
  34.     database, but that has changed. db was designed with user definable layout in
  35.     mind from start. Since v3.0 I've added GUI-based database design to db that
  36.     releaves the user from the work of specifying the layout by writing RFF code
  37.  
  38.     When you use db you will notice that the user interface has been kept as
  39.     compact as possible (few gadgets, menus and windows). Still the functionality
  40.     in for example, searching and sorting is high. This is intentional.
  41.     I prefer few buttons with high functionality than the opposite. The ASL
  42.     requester is in my opinion an example of good design. It may look simple,
  43.     but hides features like automatic drawer creation and filename completion.
  44.     I hope you spend enough time with db to discover its hidden features.
  45.  
  46. FEATURES
  47.  
  48.   A partial list of db's features include:
  49.  
  50.     o Dynamic memory handling. Number of records and fields only limited by
  51.       free memory.
  52.     o GadTool based. (Use fields of string, checkbox, cycle and text type)
  53.     o Support for multi-line fields through textfield.gadget
  54.     o Mouse and keyboard driven.
  55.     o User definable fields and layout.
  56.     o Multiple views of the same database.
  57.     o The views can be designed through a simple to use GUI. 
  58.     o Commodore's Clipboard for flexible interaction with other programs.
  59.     o AppWindow -just drag and drop database icons on db to load.
  60.     o Online MenuHelp -Press HELP key when selecting a menu item.
  61.     o Font sensitive.
  62.     o ASL requesters for flexible loads and saves.
  63.     o Localized.
  64.     o ARexx support.
  65.     o Dial numbers using a modem or loudspeaker.
  66.     o WB and Shell usage with Commodore's template parsing.
  67.     o Fast and flexible find function using AmigaDOS patterns.
  68.     o Listview browser.
  69.     o Filter function.
  70.     o Fast and flexible sort function. Multiple sort orders can be specified.
  71.     o 'Export View' and two standard ASCII export features.
  72.     o Automatic ASCII import (tab-separated ASCII).
  73.  
  74. CHANGES:
  75.  
  76.     Changes since previous release:
  77.  
  78.     o Added TEXT type to view design toolbar.
  79.     o Added TEXTFIELD type to view design toolbar
  80.       (however you can't change its height in editor yet).
  81.     o Added abbreviations to Shell template
  82.     o Trailing ':' is no longer added to selector window's
  83.       title if the record label the title is based on,
  84.       already has it.
  85.     o Edit view related strings are now localized
  86.     o New CLI/tooltype DEFPATTERN (def. "#?")
  87.     o New CLI/tooltype DEFREXXPATTERN (def. "#?.(db|rexxdb)")
  88.     o Toolbox items call be also accessed via F1-F5 keys
  89.       directly from edit view window
  90.     o New menu item - reload current project
  91.     o New menu item - relaunch recently selected ARexx script
  92.     o Hungarian translation added. DB now supports 14 languages.
  93.       Unfortunately, most of existing translations
  94.       are a little bit outdated with this edition. Hope that
  95.       will change with next release, when all will finish their
  96.       holidays. For now you can use old catalogs so all newly
  97.       localized strings will appear in english.
  98.  
  99. REQUIREMENTS
  100.  
  101.     AmigaOS2.1+ or compatible
  102.  
  103. PRICE
  104.  
  105.     Shareware (USD 20, DEM 30, GBP 13, SEK 130)
  106.